-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for PR_FILTER=auto_merge
#240
Conversation
test/autoupdate.test.ts
Outdated
expect(needsUpdate).toEqual(true); | ||
expect(comparePr.isDone()).toEqual(true); | ||
expect(config.pullRequestFilter).toHaveBeenCalled(); | ||
expect(config.excludedLabels).toHaveBeenCalled(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this excludedLabels
expect isn't related to this test right? we can probs remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops yea, that's what I get for copy-pasting! Just removed it
b1683b6
to
b5212fa
Compare
Codecov Report
@@ Coverage Diff @@
## master #240 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 593 611 +18
Branches 116 119 +3
=========================================
+ Hits 593 611 +18
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Released in v1.6.0 |
Fixes #233
Manual test here: https://github.com/chinthakagodawita/autoupdate-automerge-test/runs/3719029468?check_suite_focus=true